home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Database Designers / Rational Rose 2000 / Rational Setup.EXE / common / adquery.dll / string.txt next >
Encoding:
Text File  |  2000-03-22  |  3.2 KB  |  38 lines

  1. 16001    The row status for this row is an unsupported type: %row status%.
  2. 16002    The first row returned by the fetch had an unexpected status: %row status%.
  3. 16003    Invalid column number requested: %colno%.
  4. 16004    The cursor is not positioned on a valid current row.
  5. 16005    GetValue called requesting a %requested% value, but the value is of type %really%.
  6. 16006    No negatation equivalent was provided for the comparison operator %original%.
  7. 16007    The comparison operator %op% requires exactly %requires% value(s).
  8. 16008    Cannot add a field to position %position% because that position is already filled.
  9. 16009    Invalid request to reposition fields: argument %arg% = %value% is invalid.
  10. 16010    At least one field must be selected to be shown to make a valid query.
  11. 16011    Attempting to generate SQL for a query that contains no tables.
  12. 16012    Invalid request to reposition filter rows: argument %arg% = %value% is invalid.
  13. 16013    The reference field %reference% has no child fields.
  14. 16014    The table for the primary entity is not included in the query.
  15. 16015    Empty or invalid key %key% returned from GetNextAssoc at position prior to position=%position%.\nLocation: %failure_location
  16. 16016    Cannot open file %file%: %syserr%.
  17. 16017    Cannot save query to file %file%: %syserr%.
  18. 16018    Cannot create or overwrite the file %file%: %syserr%.
  19. 16019    Cannot open the query from file %file%: %syserr%.
  20. 16020    API protocol error: an attempt to access a result set was made but some result-set parameter (eg buffer-size) has been reset since the last call to Execute.
  21. 16021    got AdQuery resource
  22. 16022    The requested cursor fetch operation (%type%) is invalid for the current cursor type (%cursor%).
  23. 16023    The requested query was not saved from a supported version of the system.  Please delete the query and rebuild it using the current version of the system.  Details: the query has a version number of %is%, but this version of the system only supports versions %low% through %high% for the %part% section.
  24. 16024    Illegal aggregate function.
  25. 16025    Illegal comparison operator.
  26. 16026    Query result is no longer available.  Need to re-execute the query.
  27. 16027    Only SELECT statements are allowed.
  28. 16028    Filter/search operations on the datatype of the field '%field%' is not supported in the underlying database.
  29. 16029    Group-by on a field of type %type% is not supported.
  30. 16030    The display field, %field_name% does not exist.
  31. 16031    The query field, %field_name% does not exist.
  32. 16032    The record type, %entitydef_name% does not exist.
  33. 16033    No records found because "%family%" is a record type family but it does not have any member record types defined.
  34. 16034    For queries based on record type families, you cannot sort on a field that is not shown.  To sort on the "%field%" field, you must mark it as shown.
  35. 16035    The comparison operator "CONTAINS" requires exactly one value to compare against.
  36. 16036    ClearQuest cannot currently generate the correct SQL when a list-type field appears in a filter under an OR expression.  The filter on the "%child%" field would have this problem.
  37. 16037    There is already a filter on another field of the same datatype for this query.\nThe query is limited to one filter on a such a field datatype.
  38.